mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
27021649ec
CONFIG_BASE_FULL is equivalent to !CONFIG_BASE_SMALL and is enabled by default: CONFIG_BASE_SMALL is the special case to take care of. So, remove CONFIG_BASE_FULL and move the config choice to CONFIG_BASE_SMALL (which defaults to 'n') For defconfigs explicitely disabling BASE_FULL, explicitely enable BASE_SMALL. For defconfigs explicitely enabling BASE_FULL, drop it as it is the default. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20240505080343.1471198-4-yoann.congal@smile.fr Signed-off-by: Petr Mladek <pmladek@suse.com>
84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
CONFIG_NO_HZ_IDLE=y
|
|
CONFIG_HIGH_RES_TIMERS=y
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_LOG_BUF_SHIFT=16
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
|
CONFIG_EXPERT=y
|
|
# CONFIG_UID16 is not set
|
|
CONFIG_BASE_SMALL=y
|
|
# CONFIG_FUTEX is not set
|
|
# CONFIG_EPOLL is not set
|
|
# CONFIG_SIGNALFD is not set
|
|
# CONFIG_EVENTFD is not set
|
|
# CONFIG_AIO is not set
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
# CONFIG_MMU is not set
|
|
CONFIG_ARCH_STM32=y
|
|
CONFIG_CPU_V7M_NUM_IRQ=240
|
|
CONFIG_SET_MEM_PARAM=y
|
|
CONFIG_DRAM_BASE=0x90000000
|
|
CONFIG_FLASH_MEM_BASE=0x08000000
|
|
CONFIG_FLASH_SIZE=0x00200000
|
|
# CONFIG_ATAGS is not set
|
|
CONFIG_XIP_KERNEL=y
|
|
CONFIG_XIP_PHYS_ADDR=0x08008000
|
|
CONFIG_BINFMT_FLAT=y
|
|
# CONFIG_COREDUMP is not set
|
|
# CONFIG_VM_EVENT_COUNTERS is not set
|
|
CONFIG_DEVTMPFS=y
|
|
CONFIG_DEVTMPFS_MOUNT=y
|
|
# CONFIG_FW_LOADER is not set
|
|
# CONFIG_BLK_DEV is not set
|
|
CONFIG_EEPROM_93CX6=y
|
|
CONFIG_KEYBOARD_GPIO=y
|
|
# CONFIG_VT is not set
|
|
# CONFIG_UNIX98_PTYS is not set
|
|
# CONFIG_LEGACY_PTYS is not set
|
|
CONFIG_SERIAL_STM32=y
|
|
CONFIG_SERIAL_STM32_CONSOLE=y
|
|
CONFIG_SERIAL_NONSTANDARD=y
|
|
# CONFIG_HW_RANDOM is not set
|
|
CONFIG_I2C=y
|
|
CONFIG_I2C_CHARDEV=y
|
|
CONFIG_I2C_STM32F4=y
|
|
CONFIG_I2C_STM32F7=y
|
|
CONFIG_GPIO_STMPE=y
|
|
# CONFIG_HWMON is not set
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_MFD_STMPE=y
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
# CONFIG_USB_SUPPORT is not set
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_ARMMMCI=y
|
|
CONFIG_NEW_LEDS=y
|
|
CONFIG_LEDS_CLASS=y
|
|
CONFIG_LEDS_GPIO=y
|
|
CONFIG_LEDS_TRIGGERS=y
|
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
|
CONFIG_RTC_CLASS=y
|
|
CONFIG_RTC_DRV_STM32=y
|
|
CONFIG_DMADEVICES=y
|
|
CONFIG_STM32_DMA=y
|
|
CONFIG_STM32_DMAMUX=y
|
|
CONFIG_STM32_MDMA=y
|
|
CONFIG_IIO=y
|
|
CONFIG_STM32_ADC_CORE=y
|
|
CONFIG_STM32_ADC=y
|
|
CONFIG_EXT3_FS=y
|
|
# CONFIG_FILE_LOCKING is not set
|
|
# CONFIG_DNOTIFY is not set
|
|
# CONFIG_INOTIFY_USER is not set
|
|
CONFIG_NLS=y
|
|
CONFIG_CRC_ITU_T=y
|
|
CONFIG_CRC7=y
|
|
CONFIG_PRINTK_TIME=y
|
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
|
# CONFIG_DEBUG_BUGVERBOSE is not set
|
|
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
# CONFIG_SLUB_DEBUG is not set
|
|
# CONFIG_SCHED_DEBUG is not set
|
|
CONFIG_CRYPTO=y
|