Skip to content

Commit e031a73

Browse files
xiaoxiang781216acassis
authored andcommitted
Kconfig: Change some "default y" to "default !DEFAULT_SMALL"
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent 4d8eedb commit e031a73

File tree

24 files changed

+4
-24
lines changed

24 files changed

+4
-24
lines changed

arch/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ config ARCH_COVERAGE
314314
config ARCH_COVERAGE_ALL
315315
bool "Enable code coverage for the entire image"
316316
depends on ARCH_COVERAGE
317-
default y
317+
default n
318318
---help---
319319
This option activates code coverage instrumentation for the
320320
entire image. If you don't enable this option, you have to

boards/arm/stm32/mikroe-stm32f4/configs/nx/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#
88
# CONFIG_ARCH_FPU is not set
99
# CONFIG_DEV_CONSOLE is not set
10-
# CONFIG_DEV_NULL is not set
1110
# CONFIG_NSH_DISABLE_IFCONFIG is not set
1211
# CONFIG_NSH_DISABLE_PS is not set
1312
# CONFIG_NXFONTS_DISABLE_16BPP is not set

boards/arm/stm32/mikroe-stm32f4/configs/nxlines/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#
88
# CONFIG_ARCH_FPU is not set
99
# CONFIG_DEV_CONSOLE is not set
10-
# CONFIG_DEV_NULL is not set
1110
# CONFIG_EXAMPLES_NXLINES_DEFAULT_COLORS is not set
1211
# CONFIG_NSH_DISABLE_IFCONFIG is not set
1312
# CONFIG_NSH_DISABLE_PS is not set

boards/arm/stm32/mikroe-stm32f4/configs/nxtext/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#
88
# CONFIG_ARCH_FPU is not set
99
# CONFIG_DEV_CONSOLE is not set
10-
# CONFIG_DEV_NULL is not set
1110
# CONFIG_NSH_DISABLE_IFCONFIG is not set
1211
# CONFIG_NSH_DISABLE_PS is not set
1312
# CONFIG_NXFONTS_DISABLE_16BPP is not set

boards/arm/stm32/nucleo-f302r8/configs/highpri/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
66
# modifications.
77
#
8-
# CONFIG_DEV_NULL is not set
98
# CONFIG_LIBC_LONG_LONG is not set
109
CONFIG_ARCH="arm"
1110
CONFIG_ARCH_BOARD="nucleo-f302r8"

boards/arm/stm32/nucleo-f302r8/configs/nsh/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# modifications.
77
#
88
# CONFIG_ARCH_FPU is not set
9-
# CONFIG_DEV_NULL is not set
109
# CONFIG_LIBC_LONG_LONG is not set
1110
CONFIG_ARCH="arm"
1211
CONFIG_ARCH_BOARD="nucleo-f302r8"

boards/arm/stm32/nucleo-f334r8/configs/adc/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# modifications.
77
#
88
# CONFIG_ARCH_FPU is not set
9-
# CONFIG_DEV_NULL is not set
109
# CONFIG_LIBC_LONG_LONG is not set
1110
CONFIG_ADC=y
1211
CONFIG_ANALOG=y

boards/arm/stm32/nucleo-f334r8/configs/highpri/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
66
# modifications.
77
#
8-
# CONFIG_DEV_NULL is not set
98
# CONFIG_LIBC_LONG_LONG is not set
109
CONFIG_ARCH="arm"
1110
CONFIG_ARCH_BOARD="nucleo-f334r8"

boards/arm/stm32/nucleo-f334r8/configs/nsh/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# modifications.
77
#
88
# CONFIG_ARCH_FPU is not set
9-
# CONFIG_DEV_NULL is not set
109
# CONFIG_LIBC_LONG_LONG is not set
1110
CONFIG_ARCH="arm"
1211
CONFIG_ARCH_BOARD="nucleo-f334r8"

boards/arm/stm32/nucleo-f334r8/configs/spwm1/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
66
# modifications.
77
#
8-
# CONFIG_DEV_NULL is not set
98
# CONFIG_LIBC_LONG_LONG is not set
109
CONFIG_ARCH="arm"
1110
CONFIG_ARCH_BOARD="nucleo-f334r8"

0 commit comments

Comments
 (0)