diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-28 17:34:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-28 17:34:43 +0100 |
commit | c76d1960526d15cbcef6a61b4f7bed8eb5b95037 (patch) | |
tree | 6703ba373cb98202fc63cdb36caeac865f5485f5 /target/config/Config.in.kernelcmd | |
parent | d05f1d5b960c66196dfb40953b18b7e56f401aa4 (diff) |
cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, add a linux kernel submenu
Diffstat (limited to 'target/config/Config.in.kernelcmd')
-rw-r--r-- | target/config/Config.in.kernelcmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelcmd b/target/config/Config.in.kernelcmd new file mode 100644 index 000000000..d630eb86c --- /dev/null +++ b/target/config/Config.in.kernelcmd @@ -0,0 +1,13 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_TARGET_CMDLINE + string "Kernel cmdline" + default "fbcon=rotate:1" if ADK_TARGET_SYSTEM_SHARP_ZAURUS + default "geodewdt.nowayout=1" if ADK_TARGET_MODEL_PCENGINES_ALIX1C + default "kinetis_platform=k70-som" if ADK_TARGET_SYSTEM_KINETIS_K70 + default "metag_da.console_poll=1" if ADK_TARGET_SYSTEM_QEMU_METAG + default "earlycon=uart8250,mmio32,0x9d050020,115200n8 console=ttyS0,115200n8" if ADK_TARGET_CPU_XTENSA_DE212 + default "earlyprintk=uart8250-32bit,0x99600000" if ADK_TARGET_SYSTEM_ANDES_AG101P + default "" + |