diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:09 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | be5abb0a834c346f9b22f983e9002ebab2c72cb3 (patch) | |
tree | 918dca3c916806aa3349cdd373dd80be2c8197dd /arch/powerpc/cpu/mpc83xx/start.S | |
parent | d17e5fdfea01cc53ff6a82725ff02479fbbfa957 (diff) |
mpc83xx: Migrate HID config to Kconfig
Mirate the HID configuration settings to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/start.S')
-rw-r--r-- | arch/powerpc/cpu/mpc83xx/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S index f7fc922af0b..9fbbf59ce21 100644 --- a/arch/powerpc/cpu/mpc83xx/start.S +++ b/arch/powerpc/cpu/mpc83xx/start.S @@ -26,6 +26,7 @@ #include "hrcw/hrcw.h" #include "bats/bats.h" +#include "hid/hid.h" /* We don't want the MMU yet. */ |