allow backported drivers to select backport options
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 1 Apr 2013 17:40:33 +0000 (19:40 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 1 Apr 2013 17:40:33 +0000 (19:40 +0200)
commitddec8b29cce2c43267225afb50bbb683b8106e66
treee1805cd57796bc4d5453218d4181a11314f2ce68
parent576a7c1f931a1f3e1c8ecad1c24cd643dc112cf0
allow backported drivers to select backport options

This allows to have, for example, CRC8 still selected
by drivers (modified to BACKPORT_CRC8) and then build
the CRC8 code only conditionally on not having it in
the base kernel and being required by a driver.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
compat/compat/Kconfig
compat/compat/Makefile
lib/kconfig.py