aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/kota2_defconfig
Commit message (Collapse)AuthorAge
* ARM: mach-shmobile: fix memory size for kota2_defconfigSimon Horman2013-01-14
| | | | | | | | | | | | | | | 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>
* ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by defaultGuennadi Liakhovetski2012-10-31
| | | | | | | | | 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>
* ARM: mach-shmobile: Add kota2 defconfig.Paul Mundt2012-01-10
Signed-off-by: Paul Mundt <lethal@linux-sh.org>