commit | ce58d2baf53c5f9ce9836b99328b419fed40fcbd | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jul 24 13:18:22 2014 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Jul 24 13:18:22 2014 +0200 |
tree | 98013318e42fbf7993f693bc394092d03787464c | |
parent | a33b0daab73a0e08cc04459dd44b0121a8e8f81b [diff] |
bus: ARM CCN: add PERF_EVENTS dependency The CCN driver makes no sense without PERF_EVENTS, and trying to build it when that option is disabled results in compile errors, so it's best to just add a strong Kconfig dependency. Signed-off-by: Arnd Bergmann <arnd@arndb.de>