diff options
author | Javier Martinez Canillas | 2024-05-18 15:06:13 +0200 |
---|---|---|
committer | Tom Rini | 2024-05-30 07:07:44 -0600 |
commit | 2c35704d970bb7b491ee27a00afa4407800f0f29 (patch) | |
tree | b41bf483193ee8e8e39daa12369ce7aac9054fea | |
parent | 690a214b8aca9b3065ed3a01520057dd0c51f751 (diff) |
omap3: igep0x00: Drop unused SPI support
There are no SPI peripherals in neither the IGEPv2 board nor the IGEP COM
Module, so there's no reason to have this enabled in the boards defconfig.
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Enric Balletbo i Serra <eballetbo@gmail.com>
-rw-r--r-- | configs/igep00x0_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index e4d25556e3f..6df6c33e25a 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -82,7 +82,4 @@ CONFIG_SYS_NAND_OOBSIZE=0x40 CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_CONS_INDEX=3 -CONFIG_SPI=y -CONFIG_DM_SPI=y -CONFIG_OMAP3_SPI=y CONFIG_BCH=y |