diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-12 22:33:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-15 10:40:00 -0400 |
commit | 29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852 (patch) | |
tree | 6b1a890b717c1d9a77fa8cc813d73c4c516a6cf6 /include/configs/ti_armv7_omap.h | |
parent | bdf10677a96d1d0c4da209b0a5d7c877760a4984 (diff) | |
download | u-boot-29cb2b3b903ce12e7abc2fc9a8cfb12a0be36852.tar.gz |
gpio: Move OMAP_GPIO to Kconfig
This driver is used often enough such that we want to have this enabled
by default on any ARCH_OMAP2PLUS board, and this only compiles on
ARCH_OMAP2PLUS due to required defines, so mark that as the depends.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_armv7_omap.h')
-rw-r--r-- | include/configs/ti_armv7_omap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index b7ca9059fc..b4565daf41 100644 --- a/include/configs/ti_armv7_omap.h +++ b/include/configs/ti_armv7_omap.h @@ -20,9 +20,6 @@ /* SPI IP Block */ #define CONFIG_OMAP3_SPI -/* GPIO block */ -#define CONFIG_OMAP_GPIO - /* * GPMC NAND block. We support 1 device and the physical address to * access CS0 at is 0x8000000. |