summaryrefslogtreecommitdiff
path: root/arch/arm/configs/kota2_defconfig
AgeCommit message (Collapse)Author
2013-07-24ARCH: ARM: shmobile: Remove kota2 board supportSimon Horman
Remove support for the sh73a0 based kota2 board. The sh73a0 SoC is continued to be supported using the kzm9g board. Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2013-01-14ARM: mach-shmobile: fix memory size for kota2_defconfigSimon Horman
The CONFIG_MEMORY_SIZE value is interpreted as a 32 bit integer, which makes sense on a system without PAE. It appears that a trailing 0 was appended to the value and after some testing it appears that 0x1e000000 is the correct value. Without this patch, building kota2_defconfig results in: /home/arnd/linux-arm/arch/arm/kernel/setup.c:790:2: warning: large integer implicitly truncated to unsigned type [-Woverflow] Reported-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2012-11-01ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by defaultGuennadi Liakhovetski
CONFIG_INOTIFY_USER is enabled by default in its Kconfig. Disabling it breaks udevd. Fix shmobile defconfig files to not specify this option explicitly. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Simon Horman <horms@verge.net.au>
2012-01-10ARM: mach-shmobile: Add kota2 defconfig.Paul Mundt
Signed-off-by: Paul Mundt <lethal@linux-sh.org>