]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/sysdev/qe_lib/Kconfig
[POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / qe_lib / Kconfig
index a725e80befa8ef3644d34641533fa8e1bd7b3497..f611d344a126e5dc05dd6a913859b5a97d486abc 100644 (file)
@@ -2,22 +2,16 @@
 # QE Communication options
 #
 
-menu "QE Options"
-       depends on QUICC_ENGINE
-
 config UCC_SLOW
-       bool "UCC Slow Protocols Support"
+       bool
        default n
-       select UCC
        help
          This option provides qe_lib support to UCC slow
          protocols: UART, BISYNC, QMC
 
 config UCC_FAST
-       bool "UCC Fast Protocols Support"
-       default n
-       select UCC
-       select UCC_SLOW
+       bool
+       default y if UCC_GETH
        help
          This option provides qe_lib support to UCC fast
          protocols: HDLC, Ethernet, ATM, transparent
@@ -26,5 +20,3 @@ config UCC
        bool
        default y if UCC_FAST || UCC_SLOW
 
-endmenu
-