From: Jean Delvare Date: Tue, 8 Apr 2014 12:36:37 +0000 (+0200) Subject: hwrng: Fix a few driver dependencies and defaults X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~2^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9cab5194c89a0d20fb8dce09e9d3a7c85e8f37;p=pandora-kernel.git hwrng: Fix a few driver dependencies and defaults HW_RANDOM_ATMEL should not only default to ARCH_AT91, it should depend on it. This driver is useless on other architectures. Likewise, HW_RANDOM_EXYNOS should depend on ARCH_EXYNOS, as it it useless on other architectures. Also set the default to HW_RANDOM for the few architecture-specific drivers which didn't have it yet, for consistency. Signed-off-by: Jean Delvare Cc: Nicolas Ferre Cc: Matt Mackall Cc: Kukjin Kim Signed-off-by: Herbert Xu --- Reading git-diff-tree failed