aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-06-22 05:15:32 -0400
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 02:32:23 -0400
commit867fc1c718c5c185282cae26d4122a51fbb20f0e (patch)
tree89e20b37f203166a3bfdad32040a31d747c40e79 /arch/arm/mach-pxa
parent4fa5518c65df7a2c4b6c58061ac53d0b01228042 (diff)
[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: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/Kconfig57
1 files changed, 28 insertions, 29 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 2ff0b325a7d5..14b9bc135001 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -458,17 +458,6 @@ config PXA_SHARPSL
458 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) 458 SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa)
459 handheld computer. 459 handheld computer.
460 460
461config SHARPSL_PM
462 bool
463 select APM_EMULATION
464 select SHARPSL_PM_MAX1111
465
466config SHARPSL_PM_MAX1111
467 bool
468 depends on !CORGI_SSP_DEPRECATED
469 select HWMON
470 select SENSORS_MAX1111
471
472config MACH_POODLE 461config MACH_POODLE
473 bool "Enable Sharp SL-5600 (Poodle) Support" 462 bool "Enable Sharp SL-5600 (Poodle) Support"
474 depends on PXA_SHARPSL 463 depends on PXA_SHARPSL
@@ -521,6 +510,25 @@ config MACH_TOSA
521 select PXA25x 510 select PXA25x
522 select PXA_HAVE_BOARD_IRQS 511 select PXA_HAVE_BOARD_IRQS
523 512
513config TOSA_BT
514 tristate "Control the state of built-in bluetooth chip on Sharp SL-6000"
515 depends on MACH_TOSA
516 select RFKILL
517 help
518 This is a simple driver that is able to control
519 the state of built in bluetooth chip on tosa.
520
521config TOSA_USE_EXT_KEYCODES
522 bool "Tosa keyboard: use extended keycodes"
523 depends on MACH_TOSA
524 default n
525 help
526 Say Y here to enable the tosa keyboard driver to generate extended
527 (>= 127) keycodes. Be aware, that they can't be correctly interpreted
528 by either console keyboard driver or by Kdrive keybd driver.
529
530 Say Y only if you know, what you are doing!
531
524config MACH_ICONTROL 532config MACH_ICONTROL
525 bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM" 533 bool "TMT iControl/SafeTCam based on the MXM-8x10 CoM"
526 select CPU_PXA320 534 select CPU_PXA320
@@ -659,25 +667,16 @@ config PXA_SHARP_Cxx00
659 help 667 help
660 Enable common support for Sharp Cxx00 models 668 Enable common support for Sharp Cxx00 models
661 669
662config TOSA_BT 670config SHARPSL_PM
663 tristate "Control the state of built-in bluetooth chip on Sharp SL-6000" 671 bool
664 depends on MACH_TOSA 672 select APM_EMULATION
665 select RFKILL 673 select SHARPSL_PM_MAX1111
666 help
667 This is a simple driver that is able to control
668 the state of built in bluetooth chip on tosa.
669
670config TOSA_USE_EXT_KEYCODES
671 bool "Tosa keyboard: use extended keycodes"
672 depends on MACH_TOSA
673 default n
674 help
675 Say Y here to enable the tosa keyboard driver to generate extended
676 (>= 127) keycodes. Be aware, that they can't be correctly interpreted
677 by either console keyboard driver or by Kdrive keybd driver.
678
679 Say Y only if you know, what you are doing!
680 674
675config SHARPSL_PM_MAX1111
676 bool
677 depends on !CORGI_SSP_DEPRECATED
678 select HWMON
679 select SENSORS_MAX1111
681 680
682config PXA_HAVE_BOARD_IRQS 681config PXA_HAVE_BOARD_IRQS
683 bool 682 bool