diff options
author | Enric Balletbo i Serra | 2018-12-27 17:03:28 +0100 |
---|---|---|
committer | Tom Rini | 2019-01-15 15:28:42 -0500 |
commit | 829d6465b07731a8ccd0c3f71e4cfd7219491901 (patch) | |
tree | dc318d3dbe227bd2e2dd99a977a6c12537b4bee8 /board/isee | |
parent | 2432dace1199618463b6dfbd8f30dd6d14c8037d (diff) |
omap3: igep00x0: Switch to using TI_COMMON_CMD_OPTION
Enable TI_COMMON_CMD_OPTIONS and remove similar options
from the defconfig.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'board/isee')
-rw-r--r-- | board/isee/igep00x0/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/isee/igep00x0/Kconfig b/board/isee/igep00x0/Kconfig index aa46882b051..597d6d92cfe 100644 --- a/board/isee/igep00x0/Kconfig +++ b/board/isee/igep00x0/Kconfig @@ -9,4 +9,6 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "omap3_igep00x0" +source "board/ti/common/Kconfig" + endif |