Hello.

Ben Gardiner wrote:

This patch changes the 'select GPIO_PCA953X' Kconfig command previously
set by the da850-evm config to 'default GPIO_PCA953X' so that users may
compile pca953x as a module.

Signed-off-by: Ben Gardiner <[email protected]>

---

Note that since NAND/NOR setup is performed in the pcs953x setup() function of
board-da850-evm.c, when building pca953x as a module it will need to be
insmod'ed from early userspace (i.e. initrd) to use a NAND or NOR rootfs for
the system.

---
 arch/arm/mach-davinci/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index b77b860..7410f70 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -148,7 +148,7 @@ config MACH_DAVINCI_DA850_EVM
        bool "TI DA850/OMAP-L138/AM18x Reference Platform"
        default ARCH_DAVINCI_DA850
        depends on ARCH_DAVINCI_DA850
-       select GPIO_PCA953X
+       default GPIO_PCA953X

Hm, we now have two 'default' dircetives in the 'config' entry. Which one would take precedence? Is it really correct to have two?

WBR. Sergei

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to