kernel: Fix build of omap target
CONFIG_HW_RANDOM_OMAP is not set to any value after kmod-random-omap was
removed, add the configuration option to the generic configuration.
Fixes: cd3b298533 ("omap24xx: Remove unmaintained target")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
			
			
This commit is contained in:
		| @@ -1768,6 +1768,7 @@ CONFIG_HW_PERF_EVENTS=y | |||||||
| # CONFIG_HW_RANDOM_GEODE is not set | # CONFIG_HW_RANDOM_GEODE is not set | ||||||
| # CONFIG_HW_RANDOM_INTEL is not set | # CONFIG_HW_RANDOM_INTEL is not set | ||||||
| # CONFIG_HW_RANDOM_IPROC_RNG200 is not set | # CONFIG_HW_RANDOM_IPROC_RNG200 is not set | ||||||
|  | # CONFIG_HW_RANDOM_OMAP is not set | ||||||
| # CONFIG_HW_RANDOM_OMAP3_ROM is not set | # CONFIG_HW_RANDOM_OMAP3_ROM is not set | ||||||
| # CONFIG_HW_RANDOM_PPC4XX is not set | # CONFIG_HW_RANDOM_PPC4XX is not set | ||||||
| # CONFIG_HW_RANDOM_TIMERIOMEM is not set | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||||||
|   | |||||||
| @@ -1873,6 +1873,7 @@ CONFIG_HW_PERF_EVENTS=y | |||||||
| # CONFIG_HW_RANDOM_GEODE is not set | # CONFIG_HW_RANDOM_GEODE is not set | ||||||
| # CONFIG_HW_RANDOM_INTEL is not set | # CONFIG_HW_RANDOM_INTEL is not set | ||||||
| # CONFIG_HW_RANDOM_IPROC_RNG200 is not set | # CONFIG_HW_RANDOM_IPROC_RNG200 is not set | ||||||
|  | # CONFIG_HW_RANDOM_OMAP is not set | ||||||
| # CONFIG_HW_RANDOM_OMAP3_ROM is not set | # CONFIG_HW_RANDOM_OMAP3_ROM is not set | ||||||
| # CONFIG_HW_RANDOM_PPC4XX is not set | # CONFIG_HW_RANDOM_PPC4XX is not set | ||||||
| # CONFIG_HW_RANDOM_TIMERIOMEM is not set | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens