Commit 867fc1c7 authored by Eric Miao's avatar Eric Miao

[ARM] pxa: move hidden Kconfig options to right place and vice versa

1. TOSA related un-hidden options moved to right under MACH_TOSA
2. SHARPSL_PM related hidden options moved to the end of Kconfig
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 4fa5518c
...@@ -458,17 +458,6 @@ config PXA_SHARPSL ...@@ -458,17 +458,6 @@ config PXA_SHARPSL
SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
handheld computer. handheld computer.
config SHARPSL_PM
bool
select APM_EMULATION
select SHARPSL_PM_MAX1111
config SHARPSL_PM_MAX1111
bool
depends on !CORGI_SSP_DEPRECATED
select HWMON
select SENSORS_MAX1111
config MACH_POODLE config MACH_POODLE
bool "Enable Sharp SL-5600 (Poodle) Support" bool "Enable Sharp SL-5600 (Poodle) Support"
depends on PXA_SHARPSL depends on PXA_SHARPSL
...@@ -521,6 +510,25 @@ config MACH_TOSA ...@@ -521,6 +510,25 @@ config MACH_TOSA
select PXA25x select PXA25x
select PXA_HAVE_BOARD_IRQS select PXA_HAVE_BOARD_IRQS
config TOSA_BT
tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
depends on MACH_TOSA
select RFKILL
help
This is a simple driver that is able to control
the state of built in bluetooth chip on tosa.
config TOSA_USE_EXT_KEYCODES
bool "Tosa keyboard: use extended keycodes"
depends on MACH_TOSA
default n
help
Say Y here to enable the tosa keyboard driver to generate extended
(>= 127) keycodes. Be aware, that they can't be correctly interpreted
by either console keyboard driver or by Kdrive keybd driver.
Say Y only if you know, what you are doing!
config MACH_ICONTROL config MACH_ICONTROL
bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM" bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
select CPU_PXA320 select CPU_PXA320
...@@ -659,25 +667,16 @@ config PXA_SHARP_Cxx00 ...@@ -659,25 +667,16 @@ config PXA_SHARP_Cxx00
help help
Enable common support for Sharp Cxx00 models Enable common support for Sharp Cxx00 models
config TOSA_BT config SHARPSL_PM
tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" bool
depends on MACH_TOSA select APM_EMULATION
select RFKILL select SHARPSL_PM_MAX1111
help
This is a simple driver that is able to control
the state of built in bluetooth chip on tosa.
config TOSA_USE_EXT_KEYCODES
bool "Tosa keyboard: use extended keycodes"
depends on MACH_TOSA
default n
help
Say Y here to enable the tosa keyboard driver to generate extended
(>= 127) keycodes. Be aware, that they can't be correctly interpreted
by either console keyboard driver or by Kdrive keybd driver.
Say Y only if you know, what you are doing!
config SHARPSL_PM_MAX1111
bool
depends on !CORGI_SSP_DEPRECATED
select HWMON
select SENSORS_MAX1111
config PXA_HAVE_BOARD_IRQS config PXA_HAVE_BOARD_IRQS
bool bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment