Skip to content

Commit dc2efc0

Browse files
Ma Junguoren83
Ma Jun
authored andcommitted
csky: Minimize defconfig to support buildroot config.fragment
Some bsp (eg: buildroot) has defconfig.fragment design to add more configs into the defconfig in linux source code tree. For example, we could put different cpu configs into different defconfig.fragments, but they all use the same defconfig in Linux. Signed-off-by: Ma Jun <[email protected]> Signed-off-by: Guo Ren <[email protected]>
1 parent d46869a commit dc2efc0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/csky/configs/defconfig

-7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ CONFIG_BSD_PROCESS_ACCT=y
1010
CONFIG_BSD_PROCESS_ACCT_V3=y
1111
CONFIG_MODULES=y
1212
CONFIG_MODULE_UNLOAD=y
13-
CONFIG_CPU_CK807=y
14-
CONFIG_CPU_HAS_FPU=y
1513
CONFIG_NET=y
1614
CONFIG_PACKET=y
1715
CONFIG_UNIX=y
@@ -26,10 +24,7 @@ CONFIG_SERIAL_NONSTANDARD=y
2624
CONFIG_SERIAL_8250=y
2725
CONFIG_SERIAL_8250_CONSOLE=y
2826
CONFIG_SERIAL_OF_PLATFORM=y
29-
CONFIG_TTY_PRINTK=y
3027
# CONFIG_VGA_CONSOLE is not set
31-
CONFIG_CSKY_MPTIMER=y
32-
CONFIG_GX6605S_TIMER=y
3328
CONFIG_PM_DEVFREQ=y
3429
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
3530
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
@@ -55,6 +50,4 @@ CONFIG_CRAMFS=y
5550
CONFIG_ROMFS_FS=y
5651
CONFIG_NFS_FS=y
5752
CONFIG_PRINTK_TIME=y
58-
CONFIG_DEBUG_INFO=y
59-
CONFIG_DEBUG_FS=y
6053
CONFIG_MAGIC_SYSRQ=y

0 commit comments

Comments
 (0)