Searched hist:"55 e70147e789d0ded8c673acea292bb5a09eb974" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/configs/ |
H A D | pxa_defconfig | diff 55e70147e789d0ded8c673acea292bb5a09eb974 Fri Jan 29 15:06:28 CET 2016 Arnd Bergmann <arnd@arndb.de> ARM: pxa: don't select GPIO_SYSFS for MIOA701
GPIO_SYSFS is a common kernel functionality, not something that a board specific Kconfig should have to worry about. In MIOA701, we get a warning about the select when CONFIG_SYSFS is disabled:
warning: (MACH_MIOA701) selects GPIO_SYSFS which has unmet direct dependencies (GPIOLIB && SYSFS)
This just removes the select and instead enables the symbol in the defconfig file.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
|
/linux/arch/arm/mach-pxa/ |
H A D | Kconfig | diff 55e70147e789d0ded8c673acea292bb5a09eb974 Fri Jan 29 15:06:28 CET 2016 Arnd Bergmann <arnd@arndb.de> ARM: pxa: don't select GPIO_SYSFS for MIOA701
GPIO_SYSFS is a common kernel functionality, not something that a board specific Kconfig should have to worry about. In MIOA701, we get a warning about the select when CONFIG_SYSFS is disabled:
warning: (MACH_MIOA701) selects GPIO_SYSFS which has unmet direct dependencies (GPIOLIB && SYSFS)
This just removes the select and instead enables the symbol in the defconfig file.
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
|