diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-05 11:22:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-05 11:22:44 +0200 |
commit | ac7bde56d63418ece6ccb2c574730723337d845f (patch) | |
tree | 15356a17dc0fbfbcf557bb6d8a8c0f939fc84df5 /target/linux | |
parent | 1eeb1687577e4298f969cf781a330af01d2db1ad (diff) |
make firefox work again on lemote yeelong
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.mips | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.mips b/target/linux/config/Config.in.mips index 2d9a2e661..6f082c574 100644 --- a/target/linux/config/Config.in.mips +++ b/target/linux/config/Config.in.mips @@ -1,17 +1,13 @@ menu "MIPS devices support" depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG -config ADK_KERNEL_MIPS_PLATFORM_DEVICES +config ADK_KERNEL_LEMOTE_YEELOONG2F_PDEV + prompt ".................................. Lemote Yeelong platform drivers (f.e. battery support)" 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. - + Lemote Yeelong platform drivers. + endmenu |