summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.pcmcia
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 18:11:54 +0200
commit8c0b9f4e09abf2f748b6badcc9f3fc5e390b8caf (patch)
tree83420120e78310c163cd91dd657ee8317de216dc /target/linux/config/Config.in.pcmcia
parent30a061f9d1df2eb231cb6ece51406ec24a418dda (diff)
style changes, boolean -> bool, no prompt where not strictly required
Diffstat (limited to 'target/linux/config/Config.in.pcmcia')
-rw-r--r--target/linux/config/Config.in.pcmcia24
1 files changed, 10 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia
index 27c8ab100..bb40d8274 100644
--- a/target/linux/config/Config.in.pcmcia
+++ b/target/linux/config/Config.in.pcmcia
@@ -5,29 +5,27 @@ menu "PCMCIA/CardBus support"
depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
config ADK_KERNEL_CARDBUS
- boolean
+ bool
config ADK_KERNEL_PCMCIA_PROBE
- boolean
+ bool
config ADK_KERNEL_SERIAL_8250_EXTENDED
- boolean
+ bool
config ADK_KERNEL_SERIAL_8250_SHARE_IRQ
- boolean
+ bool
select ADK_KERNEL_SERIAL_8250_EXTENDED
config ADK_KERNEL_PCMCIA_PXA2XX
- boolean
+ bool
config ADK_KERNEL_PCCARD
- prompt "PCCARD support"
- tristate
+ tristate "PCCARD support"
default n
config ADK_KERNEL_PCMCIA
- prompt "16-bit PCMCIA support"
- tristate
+ tristate "16-bit PCMCIA support"
depends on ADK_KERNEL_PCCARD
select ADK_KERNEL_FW_LOADER
select ADK_KERNEL_CRC32
@@ -35,18 +33,16 @@ config ADK_KERNEL_PCMCIA
default n
config ADK_KERNEL_YENTA
- prompt "32-bit CardBus support"
- tristate
+ tristate "32-bit CardBus support"
depends on ADK_KERNEL_PCCARD
depends on ADK_TARGET_WITH_CARDBUS
select ADK_KERNEL_CARDBUS
default n
config ADK_KERNEL_SERIAL_8250_CS
- prompt "PCMCIA/CardBus serial device support"
- tristate
- default n
+ tristate "PCMCIA/CardBus serial device support"
select ADK_KERNEL_SERIAL_8250_SHARE_IRQ
depends on ADK_KERNEL_PCMCIA && !ADK_TARGET_QEMU
+ default n
endmenu