[PATCH 0/3] Drop config options left over from in-kernel firmware

2018-01-23 Thread Benjamin Gilbert
5620a0d1aacd ("firmware: delete in-kernel firmware") left behind several config options which no longer do anything. Remove them and fix up documentation. Benjamin Gilbert (3): USB: serial: keyspan: Drop firmware Kconfig options firmware: Drop FIRMWARE_IN_KERNEL Kconfig option

[PATCH 2/3] firmware: Drop FIRMWARE_IN_KERNEL Kconfig option

2018-01-23 Thread Benjamin Gilbert
It doesn't actually do anything. Merge its help text into EXTRA_FIRMWARE. Fixes: 5620a0d1aacd ("firmware: delete in-kernel firmware") Fixes: 0946b2fb38fd ("firmware: cleanup FIRMWARE_IN_KERNEL message") Signed-off-by: Benjamin Gilbert Cc: Greg Kroah-Hartman Cc: Robin

[PATCH 1/3] USB: serial: keyspan: Drop firmware Kconfig options

2018-01-23 Thread Benjamin Gilbert
The USB_SERIAL_KEYSPAN_* firmware options no longer do anything. Fixes: 5620a0d1aacd ("firmware: delete in-kernel firmware") Signed-off-by: Benjamin Gilbert Cc: Greg Kroah-Hartman Cc: Johan Hovold --- arch/mips/configs/rm200_defconfig | 9 arch/powerpc/configs/c2k_defconf

[PATCH 3/3] firmware: Fix up docs referring to FIRMWARE_IN_KERNEL

2018-01-23 Thread Benjamin Gilbert
We've removed the option, so stop talking about it. Signed-off-by: Benjamin Gilbert Cc: Borislav Petkov Cc: Thomas Gleixner Cc: Ingo Molnar Cc: H. Peter Anvin --- Documentation/driver-api/firmware/built-in-fw.rst | 7 +-- Documentation/x86/microcode.txt | 5 ++---