diff options
Diffstat (limited to 'target/linux/config/Config.in.mips')
-rw-r--r-- | target/linux/config/Config.in.mips | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.mips b/target/linux/config/Config.in.mips new file mode 100644 index 000000000..0b0d1ea4f --- /dev/null +++ b/target/linux/config/Config.in.mips @@ -0,0 +1,16 @@ +menu "MIPS devices support" + +config ADK_KERNEL_MIPS_PLATFORM_DEVICES + boolean + +config ADK_KERNEL_LEMOTE_YEELOONG2F + prompt ".................................. RTC support for PC CMOS" + boolean + select ADK_KERNEL_MIPS_PLATFORM_DEVICES + default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG + default n + depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG + help + Embedded controller suppport. + +endmenu |