diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-28 17:45:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-28 17:45:26 +0200 |
commit | 21d73b4159d65ec1279ed603bc67f32fb8346f37 (patch) | |
tree | 5cc41ba8fb8e1663c620364d7e0f6ccfe5a02022 /targets/ryuglab | |
parent | 2fc5841f903699c04b31a5fef2561639e03fc4dd (diff) | |
download | linux-conf-perf-21d73b4159d65ec1279ed603bc67f32fb8346f37.tar.gz linux-conf-perf-21d73b4159d65ec1279ed603bc67f32fb8346f37.tar.bz2 linux-conf-perf-21d73b4159d65ec1279ed603bc67f32fb8346f37.zip |
Reimplement fromfolder script
Removing configuration options from configuration file according to
definition folder. New implementation allows to specify required
configuration options that shouldn't be removed in any case.
Diffstat (limited to 'targets/ryuglab')
-rw-r--r-- | targets/ryuglab/config_force | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/targets/ryuglab/config_force b/targets/ryuglab/config_force new file mode 100644 index 0000000..9886c72 --- /dev/null +++ b/targets/ryuglab/config_force @@ -0,0 +1,22 @@ +BLK_DEV_INITRD +INITRAMFS_COMPRESSION_* +RD_GZIP + +PPC_MPC52xx +PPC_MPC5200_SIMPLE +SERIAL_CORE +SERIAL_CORE_CONSOLE +SERIAL_MPC52xx +SERIAL_MPC52xx_CONSOLE + +TTY +PROC_FS +PRINTK + +BINFMT_SCRIPT +DEVTMPFS +HIGH_RES_TIMERS +MULTIUSER + +FUTEX +CONFIG_PREEMPT_RT_FULL |