summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.rtc
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.rtc
parent30a061f9d1df2eb231cb6ece51406ec24a418dda (diff)
style changes, boolean -> bool, no prompt where not strictly required
Diffstat (limited to 'target/linux/config/Config.in.rtc')
-rw-r--r--target/linux/config/Config.in.rtc22
1 files changed, 9 insertions, 13 deletions
diff --git a/target/linux/config/Config.in.rtc b/target/linux/config/Config.in.rtc
index 6adecfa63..45b416c92 100644
--- a/target/linux/config/Config.in.rtc
+++ b/target/linux/config/Config.in.rtc
@@ -5,20 +5,19 @@ menu "RTC device support"
depends on ADK_TARGET_WITH_RTC
config ADK_KERNEL_RTC_CLASS
- boolean
+ bool
config ADK_KERNEL_RTC_HCTOSYS
- boolean
+ bool
config ADK_KERNEL_RTC_INTF_DEV
- boolean
+ bool
config ADK_KERNEL_RTC_INTF_DEV_UIE_EMUL
- boolean
+ bool
config ADK_KERNEL_RTC_DRV_PCF8523
- prompt "RTC support for Solidrun IMX6 (PCF8523)"
- boolean
+ bool "RTC support for Solidrun IMX6 (PCF8523)"
select ADK_KERNEL_RTC_CLASS
select ADK_KERNEL_RTC_HCTOSYS
select ADK_KERNEL_RTC_INTF_DEV
@@ -30,8 +29,7 @@ config ADK_KERNEL_RTC_DRV_PCF8523
PCF8523 RTC.
config ADK_KERNEL_RTC_DRV_PXA
- prompt "RTC support for Sharp Zaurus"
- boolean
+ bool "RTC support for Sharp Zaurus"
select ADK_KERNEL_RTC_CLASS
select ADK_KERNEL_RTC_HCTOSYS
select ADK_KERNEL_RTC_INTF_DEV
@@ -42,8 +40,7 @@ config ADK_KERNEL_RTC_DRV_PXA
Sharp Zaurus RTC.
config ADK_KERNEL_RTC_DRV_AT91SAM9
- prompt "RTC support for AT91SAM9 (Fox G20)"
- boolean
+ bool "RTC support for AT91SAM9 (Fox G20)"
select ADK_KERNEL_RTC_CLASS
select ADK_KERNEL_RTC_HCTOSYS
select ADK_KERNEL_RTC_INTF_DEV
@@ -54,8 +51,7 @@ config ADK_KERNEL_RTC_DRV_AT91SAM9
Fox G20 RTC support.
config ADK_KERNEL_RTC_DRV_CMOS
- prompt "RTC support for PC CMOS"
- boolean
+ bool "RTC support for PC CMOS"
select ADK_KERNEL_RTC_CLASS
select ADK_KERNEL_RTC_HCTOSYS
select ADK_KERNEL_RTC_INTF_DEV
@@ -65,6 +61,6 @@ config ADK_KERNEL_RTC_DRV_CMOS
default n
depends on (ADK_TARGET_MODEL_PCENGINES_ALIX1C || ADK_TARGET_SYSTEM_IBM_X40 || ADK_TARGET_SYSTEM_LEMOTE_YEELONG)
help
- PC CMOS RTC support.
+ PC CMOS RTC support.
endmenu