diff options
author | Joel Stanley <joel@jms.id.au> | 2022-08-18 09:52:14 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-09-28 06:03:55 +0300 |
commit | 0cdc6ea53a21d5be698089baad7ad12c502e09d0 (patch) | |
tree | 9b13533c333414ee858054050bf8fbf639f39150 /arch/arm/configs | |
parent | 1a9a571e5ee233f359fd4036ca1ca909c2007214 (diff) | |
download | linux-0cdc6ea53a21d5be698089baad7ad12c502e09d0.tar.xz |
ARM: configs: aspeed: Refresh defconfigs
Remove the unused CONFIG_BLK_DEV_BSG option.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/aspeed_g4_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/aspeed_g5_defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig index 393eef60a9fd..90f7a5a72522 100644 --- a/arch/arm/configs/aspeed_g4_defconfig +++ b/arch/arm/configs/aspeed_g4_defconfig @@ -29,7 +29,6 @@ CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_KEXEC=y CONFIG_JUMP_LABEL=y CONFIG_STRICT_KERNEL_RWX=y -# CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEBUG_FS is not set # CONFIG_MQ_IOSCHED_DEADLINE is not set # CONFIG_MQ_IOSCHED_KYBER is not set diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig index 6f008b9e34d6..fa8779126dc7 100644 --- a/arch/arm/configs/aspeed_g5_defconfig +++ b/arch/arm/configs/aspeed_g5_defconfig @@ -34,7 +34,6 @@ CONFIG_VFP=y CONFIG_NEON=y CONFIG_KERNEL_MODE_NEON=y CONFIG_JUMP_LABEL=y -# CONFIG_BLK_DEV_BSG is not set # CONFIG_BLK_DEBUG_FS is not set # CONFIG_MQ_IOSCHED_DEADLINE is not set # CONFIG_MQ_IOSCHED_KYBER is not set |