• Arnd Bergmann's avatar
    ARM: davinci: fix Kconfig for DA850_EVM · 06f07c9e
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
    Cc: Kevin Hilman <khilman@deeprootsystems.com>
    Cc: davinci-linux-open-source@linux.davincidsp.com
    06f07c9e
davinci_all_defconfig 4.41 KB