The current approach (text file) is:
* centralized
* requires manual testing of all future changes
* totally invisible to the end-users (higly frustrating for them when
they learn about scheduled changes when things brake)
The proposed approach (Kconfig) is:
* distributed
* allows partial automatic testing of future changes
* could be make visible to the end-users by smart use of macros/inlines
and adding kernel parameter (would make users informed and encourage
them to help with the development)
Part of the problem is that many people (including developers) learn about
things being deprecated/obsoleted after they are actually removed.
Of course things are not black and white and common sense is required but
moving in the Kconfig direction is an improvement IMO and could speed up
the development in the long-term.
BTW There is nothing wrong with disagreeing with the reality and trying
to change it. If everybody would conform to the reality there will be no
progress at all... ;)
Bart
-