]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: fix Kconfig for DA850_EVM
authorArnd Bergmann <arnd@arndb.de>
Tue, 18 Feb 2014 11:23:19 +0000 (12:23 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:19:33 +0000 (18:19 +0100)
commit0b5b38ea6c2e3a1a89bddbfe787fe1019956ac60
treeeccd9a2eb6faed6593a454d700de75d805e852f5
parent0795be9810a020a47bf71c8438b02689d28fa13d
ARM: davinci: fix Kconfig for DA850_EVM

The DAVINCI_DA850_EVM board uses an unusual method to
enable the GPIO_PCA953X and KEYBOARD_GPIO_POLLED symbols,
which leads to the dependencies on these symbols being
ignored. As GPIO_PCA953X actually requires I2C, that
can lead to build failures when I2C is disabled.

This patch removes the duplicate symbol definitions
and instead enables them from the davinci_all_defconfig
file.

A different question whether we actually want to automatically
enable them at all or rather put them into defconfig,
but that should be a separate patch.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: davinci-linux-open-source@linux.davincidsp.com
arch/arm/configs/davinci_all_defconfig
arch/arm/mach-davinci/Kconfig