commit | 0901f18432db704b7622c969a09fba9846e4cfcd | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Nov 04 14:21:42 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 09:41:58 2015 +0100 |
tree | e7a8882e11be6a3ca12f1a873404ac0ecbd88b02 | |
parent | ef49336bbd15bd4ffbdcf81501d25abcd87f16ab [diff] |
clocksource/drivers/Kconfig: Add missing GENERIC_CLOCKEVENTS dependency In order to compile on all arch without error with 'allyesconfig' make sure the platform selected the GENERIC_CLOCKEVENTS. Without this patch the new added drivers will prevent the kernel to compile on PARISC. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>