File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ config RESET_LPC18XX
146
146
This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
147
147
148
148
config RESET_MCHP_SPARX5
149
- bool "Microchip Sparx5 reset driver"
149
+ tristate "Microchip Sparx5 reset driver"
150
150
depends on ARCH_SPARX5 || SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST
151
151
default y if SPARX5_SWITCH
152
152
select MFD_SYSCON
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ static const struct of_device_id mchp_sparx5_reset_of_match[] = {
191
191
},
192
192
{ }
193
193
};
194
+ MODULE_DEVICE_TABLE (of , mchp_sparx5_reset_of_match );
194
195
195
196
static struct platform_driver mchp_sparx5_reset_driver = {
196
197
.probe = mchp_sparx5_reset_probe ,
@@ -213,3 +214,4 @@ postcore_initcall(mchp_sparx5_reset_init);
213
214
214
215
MODULE_DESCRIPTION ("Microchip Sparx5 switch reset driver" );
215
216
MODULE_AUTHOR (
"Steen Hegelund <[email protected] >" );
217
+ MODULE_LICENSE ("GPL" );
You can’t perform that action at this time.
0 commit comments